Instamodel
Generate consistent characters using Instamodel
Tip
- Use good clarity photos where the face is clearly visible
- Give detailed prompts to describe the model - ethnicity, type of hair, type of skin, eye colour, body type
- Input
- Output
https://api.imagepipeline.io/instamodel/v1
API-Key
{
"prompt": "full body photo, brunette, very curly hair, 30 year old beautiful woman with green eyes wearing a red top and black shorts, on the beach, highly detailed, fashion photography",
"negative_prompt": "cartoon,illustration,(low quality:2),(((nsfw, nude, naked, nipples))), deformed hands, deformed anatomy, deformed legs, deformed feet",
"width": 1024,
"height": 1024,
"seed" : -1,
"input_face":"https://f005.backblazeb2.com/b2api/v2/b2_download_file_by_id?fileId=4_zfdf0a8ed59e8666b89b10713_f114135529746217a_d20240608_m112657_c005_v0501018_t0003_u01717846017375"
}
https://api.imagepipeline.io/instamodel/v1/status/{{id}}
API-Key
{
"download_urls": [
"https://f005.backblazeb2.com/b2api/v2/b2_download_file_by_id?..."
],
"status": "SUCCESS"
}
Status
Your response will include a status
.
- If the
status
=SUCCESS
, you will also havedownload_urls
that will have the links to your generated image based on the number of samples you have entered. The maximum number of samples that can be generated is 4. - If the
status
=PENDING
, you will receive aid
. You can use the status endpoint to fetch your image using theid
. - If the
status
=FAILURE
, you will receive only an error message.
Endpoint: [GET]
https://api.imagepipeline.io/instamodel/v1/status/{{id}}
Pass the API-Key as the authorization in the header.